github.com/andybalholm/brotli.prefixCodeRange.nbits (field)
4 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L24: nbits uint32
brotli_bit_stream.go#L77: *n_extra = kBlockLengthPrefixCode[*code].nbits
decode.go#L849: nbits = kBlockLengthPrefixCode[code].nbits /* nbits == 2..24 */
decode.go#L866: var nbits uint32 = kBlockLengthPrefixCode[index].nbits
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |